home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 51
/
Amiga Format CD51 (2000-03-10)(Future Publishing)(GB)[!][issue 2000-04].iso
/
-in_the_mag-
/
program_perfection
/
vbcc
/
amiga68k
/
include
/
proto
/
input.h
< prev
next >
Wrap
C/C++ Source or Header
|
2000-02-07
|
293b
|
18 lines
#ifndef _PROTO_INPUT_H
#define _PROTO_INPUT_H
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef CLIB_INPUT_PROTOS_H
#include <clib/input_protos.h>
#endif
#include <inline/input_protos.h>
#ifndef __NOLIBBASE__
extern struct Device *InputBase;
#endif
#endif /* _PROTO_INPUT_H */